Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / StyleSelector<T> Class / SelectStyle Method
The target item to check.


In This Topic
    SelectStyle Method (StyleSelector<T>)
    In This Topic
    Selects a style.
    Syntax
    'Declaration
     
    Public MustOverride Function SelectStyle( _
       ByVal item As T _
    ) As Style
    'Usage
     
    Dim instance As StyleSelector(Of T)
    Dim item As T
    Dim value As Style
     
    value = instance.SelectStyle(item)
    public abstract Style SelectStyle( 
       T item
    )

    Parameters

    item
    The target item to check.

    Return Value

    The selected System.Windows.Style.
    See Also